Class SimulationToolbarImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.ui.impl.SimulationToolbarImpl
All Implemented Interfaces:
IPCObject, SimulationToolbar

public class SimulationToolbarImpl extends IPCObjectImpl implements SimulationToolbar
Information provided by the PKI file:

    \class SimulationToolbar
    
    \brief SimulationToolbar allows UI for manipulation of the Simulation toolbar.
    
    \example appWindow().getSimulationToolbar()
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • setVisible

      public void setVisible(boolean bVisible)
      Information provided by the PKI file:
      
          \brief Shows or hides this widget from view.
          
          \param bVisible, true to show this widget, false to hide it.
          
              
      Specified by:
      setVisible in interface SimulationToolbar
      Parameters:
      bVisible - Takes in a parameter of bVisible
    • setWidgetVisible

      public void setWidgetVisible(String widgetName, boolean bVisible)
      Information provided by the PKI file:
      
          \brief Shows or hides the specified child widget.
          
          \param widgetName, where widgetName can be one of the following: ResetNetworkBtn, BackBtn, PlayBtn, ForwardBtn, EventListBtn.
          \param bVisible, true to show this child widget, false to hide it.
          
              
      Specified by:
      setWidgetVisible in interface SimulationToolbar
      Parameters:
      widgetName - Takes in a parameter of widgetName
      bVisible - Takes in a parameter of bVisible
    • setDisabled

      public void setDisabled(boolean bDisabled)
      Information provided by the PKI file:
      
          \brief Enables or disables input events to this widget.
          
          \param bDisabled, true to disable input events to this widget, false to enable input events.
          
              
      Specified by:
      setDisabled in interface SimulationToolbar
      Parameters:
      bDisabled - Takes in a parameter of bDisabled
    • setWidgetDisable

      public void setWidgetDisable(String widgetName, boolean bDisabled)
      Information provided by the PKI file:
      
          \brief Enables or disables the specified child widget.
          
          \param widgetName, where widgetName can be one of the following: ResetNetworkBtn, BackBtn, PlayBtn, ForwardBtn, EventListBtn.
          \param bDisabled, true to disable input events to this child widget, false to enable input events.
          
              
      Specified by:
      setWidgetDisable in interface SimulationToolbar
      Parameters:
      widgetName - Takes in a parameter of widgetName
      bDisabled - Takes in a parameter of bDisabled
    • isEventListOn

      public boolean isEventListOn()
      Information provided by the PKI file:
      
          \brief Returns true if the Simulation Panel is shown, otherwise false.
          
          \return bool, true if the Simulation Panel is shown, otherwise false.
          
              
      Specified by:
      isEventListOn in interface SimulationToolbar
      Returns:
      boolean Returns a boolean
    • setEventListToggle

      public void setEventListToggle(boolean bEnable)
      Information provided by the PKI file:
      
          \brief Shows or hides the Simulation Panel.
          
          \param bEnable, true to show the Simulation Panel, false to hide it.
          
              
      Specified by:
      setEventListToggle in interface SimulationToolbar
      Parameters:
      bEnable - Takes in a parameter of bEnable
    • resetNetwork

      public void resetNetwork()
      Information provided by the PKI file:
      
          \brief Simulations clicking on the Power Cycle Devices button on the Simulation toolbar.
          
              
      Specified by:
      resetNetwork in interface SimulationToolbar